From 78a565ab412956532b5e562e6afd5b185bce9cd0 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 15 Jul 2003 17:42:04 +0000 Subject: [PATCH] Vaporize docopy git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@420 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/quovadis.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gpsbabel/quovadis.c b/gpsbabel/quovadis.c index 12a9a6a7b..ef2631b87 100644 --- a/gpsbabel/quovadis.c +++ b/gpsbabel/quovadis.c @@ -72,18 +72,6 @@ static int wpt_to_icon(geocache_type type) { } return QUESTION_ICON; } -#if 0 -static void -docopy(ubyte* dest, - const ubyte* src, - const int size) -{ - int i; - for (i = 0; i < size; i++) { - dest[i] = src[i]; - } -} -#endif static void rd_init(const char *fname, const char *args) -- 2.30.2